/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
button{cursor:pointer;color: #000;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:normal;}
del,ins,u,s{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;font-family: 'msyh';color:#202020;outline:0;}
img{max-width: 100%;}
body{background:#fff;font-size: 12px;}
.clearfix:after{  content: "."; display: block;height: 0;clear: both; visibility: hidden;}
*{
	padding: 0px;
	margin: 0px;
	
}
/* 手机页面全局框架 */
.g-mn{
    max-width: 750px;
    min-width: 320px;
	margin: 0 auto;
	padding-top: 0;
	overflow: hidden;
}

/* a:link - 普通的、未被访问的链接
a:visited - 用户已访问的链接
a:hover - 鼠标指针位于链接的上方
a:active - 链接被点击的时刻 */
/*text-decoration: none;去除下划线*/
a,a:hover,a:link,a:visited{
	color: #000000;
	text-decoration: none;
}

.ul_li {
	list-style-type: none;/*去掉无序列表前面黑点效果*/
	padding: 0px;
	margin: 0PX;
}
.ul_li_left li{float: left;}
.ul_li_right li{float: right;}

/*快捷类*/
.g-f-left {float: left;}
.g-f-right {float: right;}
.g-f-center{display: flex;justify-content: center;align-items: center;}
.g-f-uldiv{display: flex;flex-wrap: wrap;justify-content: space-between;}

/*g-f-clear清除浮动*/
.g-f-clear{clear: both;overflow: hidden;}

/* 标题元素溢出隐藏 */
.g-f-ellipsis{
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
/* 文本元素溢出 */
.g-f-clamp{
	-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;
}
.g-f-dohua{-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
/* :first-child选择第一个元素 */
/* :last-child最后一个元素 */
/* nth-child(3)选择第三个元素 */

/* //浮动的时候用，最好用，就边框的 */
/* width: calc(33.33% - 15px); */

/* filter:blur(3) 模糊效果 */

/* transform: translate(0,-15px); */
		
		
/* font-size: 18px;color: #0948a5;line-height: 40px; */

/* <input type="text" name="姓名" value="姓名" onFocus="if(value==defaultValue){value='';}" onBlur="if(!value){value=defaultValue;}"/> */

/* 
 box-shadow: -7px -7px 20px 0 #fff9, -4px -4px 5px 0 #fff9, 7px 7px 20px 0 #fff9, 4px 4px 5px 0 #fff9;
     transition: all .3s ease;
 */

/* //浮动的时候用，最好用，就边框的 */
/* width: calc(33.33% - 15px); */

/* CSS解决英文字母不换行问题 */
/* word-wrap:break-word */
